home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / Aztec C v5.2a disk 4.adf / incl52.lzh / changes.inc < prev    next >
Text File  |  1991-10-04  |  1KB  |  32 lines

  1. 3/12/91: jd
  2.     no registers specified for RawDoFmt() in pragmas.h
  3. 4/5/91 SCR 9: jd
  4.     can't use a5 for reg args, so have to use glue routines for
  5.     exec/alert, graphics/LockLayerRom, graphics/UnlockLayerRom,
  6.     and graphics/AttemptLockLayerRom. Remove their pragmas from pragmas.h
  7.  
  8. 9/3/91 
  9.     changed amicall pragmas and function prototypes for Debug() and
  10.     OpenResource() in the 1.3-compatible pragmas.h and functions.h
  11.     to say that Debug takes an unsigned long in D0
  12.     and OpenResource takes an unsigned char * in A1.
  13.  
  14. 9/12/91
  15.     added a #define TIME_MCH2AZTEC to time.h and stat.h for converting
  16.     system time to time_t format. For example, to print out a file's
  17.     time as returned by stat(), you can pass 
  18.         TIME_MCH2AZTEC + st_mtime 
  19.     to ctime().
  20.  
  21. 9/24/91    ctype.h
  22.     _toupper and _tolower macros were wrong
  23.  
  24. 9/24/91 fcntl.h
  25.     prototypes for fexecl() and execl() were wrong
  26.  
  27.     added prototypes for amisup/kputchar, amisup/kgetchar, amisup/cmpstr
  28.         functions (debug.lib equivalents)
  29.  
  30. 10/4/91 time.h
  31.     changed CLOCKS_PER_SEC from 100 to 50 for Amiga
  32.